home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xfh132.lzh / XFH / Devs / Mountlist.custom next >
Text File  |  1992-12-03  |  1KB  |  64 lines

  1. /*
  2.  * Example mountlist entries for the XFH file system handler.
  3.  *
  4.  * These entries are suitable for mounting XH0: - XH3:, or they can
  5.  * be modified to personal taste.
  6.  *
  7.  * The general pattern for use is:
  8.  *
  9.  *    Set up a mountlist entry for device XXX: (this mountlist assumes
  10.  *    XH<n>:). Fill in the 'Handler=' field with the full path of the
  11.  *    handler code (eg. L:XFH-Handler). You may also want to change
  12.  *    the Priority field to control whether the handler should steal the
  13.  *    CPU from other busy tasks (but don't set it any higher than 10).
  14.  *
  15.  * It is also possible to use option files. Consult the file 
  16.  * XFH.doc for further details.
  17.  *
  18.  */
  19.  
  20. XH0:
  21.     Handler = xfhdir:L/XFH-handler
  22.     Startup = "!ROOTDIR&T:!VOLUMENAME&XFH_ON_T!PORTNAME&XH0_AREXX_PORT"
  23.     Priority = 4
  24.     Mount = 1
  25.     Stacksize = 6000
  26.     GlobVec = -1
  27. #
  28.  
  29. XH1:
  30.     Handler = xfhdir:l/XFH-handler
  31.     Startup = xfhdir:Optionfiles/.xfhrc_1
  32.     Priority = 4
  33.     Mount = 1
  34.     Stacksize = 6000
  35.     GlobVec = -1
  36. #
  37.  
  38. XH2:
  39.     Handler = xfhdir:l/XFH-handler
  40.     Startup = xfhdir:Optionfiles/.xfhrc_2
  41.     Priority = 4
  42.     Mount = 1
  43.     Stacksize = 6000
  44.     GlobVec = -1
  45. #
  46.  
  47. XH3:
  48.     Handler = xfhdir:l/XFH-handler
  49.     Startup = xfhdir:Optionfiles/.xfhrc_3
  50.     Priority = 4
  51.     Mount = 1
  52.     Stacksize = 6000
  53.     GlobVec = -1
  54. #
  55.  
  56.  
  57. XFONTS:
  58.     Handler = xfhdir:l/XFH-handler
  59.     Priority = 4
  60.     Mount = 1
  61.     Stacksize = 6000
  62.     GlobVec = -1
  63. #
  64.